home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / plnk081.zip / pilot-link.0.8.1 / include / pi-args.h < prev    next >
Text File  |  1997-05-23  |  266b  |  8 lines

  1. #if ((defined(__STDC__) || defined(SABER)) && !defined(NO_PROTOTYPE)) || defined(__cplusplus) || defined(USE_PROTOTYPE) || defined(CAN_PROTOTYPE)
  2. #   define PI_ARGS(x)       x
  3. #   define PI_CONST const
  4. #else
  5. #   define PI_ARGS(x)       ()
  6. #   define PI_CONST
  7. #endif
  8.